home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / dobbs / may95 / gray1t4.gif < prev    next >
Graphics Interchange Format  |  1996-01-09  |  75KB  |  561x294  |  8-bit (108 colors)
Labels: text | screenshot | font | number | menu | document
OCR: Mnemonic Addressing mode(s) Description AIS Immediate Add immediate value to stack pointer. CLR Direc Clear memory location. CLRA Inherent Clear accumulator. CLRH Inherent Clear extension index register H. CLRX Inherent Clear index register X. LDA Direct, Immediate, Indexed Load accumulator from memory; A+(M). ROLX Inherent Least-significant bit = - Carry bit Carry bit = most-significant bit. STA Direct, Indexed Store accumulator in memory; STX Direct, Indexed (M)+A Store index register X in memory; (M)=X Table 4: Subset of CPU08 instructions.